@charset "utf-8";
#contenedor {
	width: 960px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-position: center top;
	width: auto;
	background-attachment: fixed;
}
#contenedor #contenido p {
	text-align: justify;
}

.clearfloats {
	clear: both;
}
#encabezado #logo {
	width: 15%;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-left: 10%;
}
.limpiarh1 {
	margin: 0px;
}

#encabezado {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#encabezado #datoscolumnaderecha   {
	width: 75%;
	padding: 0px;
	float: right;
	text-align: center;
}
#contenedor #navegacion li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000;
}
#contenedor #navegacion li a:hover {
	color: #FFF;
	background-color: #666;
}



#contenedor #navegacion {
	width: auto;
	padding: 0px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	margin-top: 28px;
	border: 1px solid #000;
}
#contenedor #navegacion li {
	float: left;
	width: 16.7%;
	list-style-type: none;
	text-align: center;
}
#contenedor #navegacion #liContacto{
	width: 16.5%;
	text-align: center;
	float: right;
}

#contenedor #encabezado #datoscolumnaderecha .limpiarh1 a {
	text-decoration: none;
}
.linknegro {
	color: #000;
}

#contenedor #contenido h2 {
	font-size: 36px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	display: block;
}
#contenedor #contenido #imagenes {
	float: none;
	padding-right: 15%;
	padding-left: 15%;
	text-align: center;
}
.imageneRodgers {
	float: right;
}

.margenDer20px {
	margin-right: 20px;
}

.imagenOrquesta {
	float: left;
}

a img
{
  border:none;
}